home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / anarkey2.zip / ANARKEY.SUM < prev    next >
Text File  |  1989-05-01  |  2KB  |  61 lines

  1.                          ANARKEY Function Summary
  2.  
  3. Line Editing Functions
  4. ----------------------
  5. Cursor movement:
  6.    To start of line                        <Home>
  7.    To end of line                          <End>
  8.    Right one character                     <Right>
  9.    Right one word                          <Ctrl-Right>
  10.    Left one character                      <Left>
  11.    Left one word                           <Ctrl-Left>
  12.  
  13. Character deletion:
  14.    Character left                          <Backspace>
  15.    Current character                       <Del>
  16.    Word right                              <Ctrl-T>
  17.    To end of line                          <Ctrl-End> or <Ctrl-Y>
  18.    Delete line                             <Esc>
  19.  
  20. Character retrieval:
  21.    Single char from previous line          <F1>
  22.    Remainder of previous line              <F3>
  23.    Remainder of prev line and execute      <Alt-F3>
  24.  
  25. Miscellaneous:
  26.    Accept line                             <Enter>
  27.    Toggle insert/overwrite mode            <Ins>
  28.    Accept next keystroke unmodified        <Ctrl-U>
  29.  
  30. History Buffer Functions
  31. ------------------------
  32.    Retrieve previous buffer line           <Up>
  33.    Retrieve next buffer line               <Down>
  34.    Find string match and edit              <F5> or <Ctrl-K>
  35.    Find string match and execute           <F6> or <Ctrl-L>
  36.    Restore CBL, get next line              <PgDn>
  37.  
  38.    Display buffer contents                 <F4>
  39.    Write buffer to \ANARKEY.LOG            <Ctrl-W>
  40.    Remove current buffer line              <Ctrl-Z>
  41.    Clear buffer                            <Ctrl-X>
  42.  
  43. AKA Functions
  44. -------------
  45.    Display AKAs                            <Alt-F4>
  46.    Undefine all AKAs                       <Alt-X>
  47.  
  48. Directory, Program and File Name Completion Functions
  49. -----------------------------------------------------
  50.    Complete directory name                 <F7> or <Ctrl-D>
  51.    Complete file/program name              <F8> or <Ctrl-F>
  52.  
  53. Environment Variable Editing
  54. ----------------------------
  55.    Retrieve environment variable           <F9> or <Ctrl-E>
  56.  
  57. Multiple Commands per Line Functions
  58. ------------------------------------
  59.    Check command lengths                   <F2>
  60.    Repress multiple commands per line      <F10> or <Ctrl-R>
  61.